From 65fb91fc707c580f23c6f00d55bd7ab401565e03 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 24 May 2012 17:27:22 -0400 Subject: [PATCH] Fix previous (slogin and rlogin not appropriate for remote-shell-program) --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index a6961f8dd03..dad04236ca3 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -998,7 +998,7 @@ Tip: You can use this expansion of remote identifier components ;; in this day and age. Almost everyone will use ssh, and have ;; whatever command they want to use in PATH. (purecopy - (let ((list '("ssh" "slogin" "rlogin" "remsh" "rcmd" "rsh"))) + (let ((list '("ssh" "remsh" "rcmd" "rsh"))) (while (and list (not (executable-find (car list))) (setq list (cdr list)))) -- 2.30.2